home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / info / drdtips.zip / 1206.TXT < prev    next >
Text File  |  1991-12-31  |  5KB  |  135 lines

  1. Document 1206
  2. SUPER PC-KWIK
  3.  
  4. DESCRIPTION:
  5.  
  6.  Using Super PC-Kwik and Windows 3.0
  7.  
  8. Disk caching with Super PC-Kwik is recommended for improved
  9. performance with Windows.  Important notes on using PC-Kwik with
  10. Windows are in Chapter 13 of the DR DOS 6.0 User Guide.
  11.  
  12. Although PC-Kwik attempts by default to use all available
  13. extended memory, it lends back up to half of that to
  14. applications as requested.
  15.  
  16. Windows is unique in that it allocates all extended memory as it
  17. is loaded. Other applications use varying amounts of extended
  18. memory as they need it. 
  19.  
  20. Because Windows needs 2 Mbytes or more of extended memory to run
  21. efficiently in enhanced mode, you must force PC-Kwik to lend at
  22. least 2 Mbytes of extended memory back to Windows on systems
  23. with insufficient extended memory for both the cache and Windows
  24. (i.e., those with less than 4 Mbytes of extended memory).
  25.  
  26. For example, on a system with a total of 4 Mbytes of memory (3
  27. Mbytes extended), Super PC-Kwik would lend only 1536 Kbytes by
  28. default (3072 / 2 = 1536).  Because Windows prefers 2048 Kbytes
  29. or more, increase the default by using the following command: 
  30.  
  31. SUPERPCK /L:2048
  32.  
  33. If total system memory is 5 Mbytes, or more, the Super PC-Kwik
  34. default lending of one-half of extended memory is sufficient to
  35. have an effective cache and run Windows in enhanced mode. If you
  36. run several applications through Windows and run out of memory,
  37. you can increase the lending amount with the PC-Kwik /L:xxxx
  38. switch.
  39.  
  40. If total system memory is large, for example 8 Mbytes or more,
  41. and you use Windows extensively, turn off lending completely and
  42. set the allocated amount for the cache buffer. For example, on a
  43. system with a 10 Mbyte total (9 Mbyte extended) use the
  44. following PC-Kwik switch: SUPERPCK /L- /S:3072. This keeps the
  45. cache buffer high, while giving Windows 6,144 Kbytes of extended
  46. memory for its own use. Once again, enable lending if Windows is
  47. running out of memory.
  48.  
  49.  
  50. Using Super PC-Kwik
  51.  
  52. Size of Cache
  53.  
  54. Super PC-Kwik moves as much of its code into upper memory as
  55. possible; you do not need to use HILOAD or HIINSTALL on Super
  56. PC-Kwik. Super PC-Kwik will use the least amount of memory for
  57. its executable code if it is configured to cache in expanded
  58. (EMS) memory. The Super PC-Kwik code "footprint" is typically
  59. about 17 Kbytes in upper memory.
  60.  
  61. When Super PC-Kwik is configured to cache extended memory, the
  62. code footprint in the first 1 Mbyte of memory varies in size
  63. according to the amount of extended memory that is cached.
  64.  
  65. The Super PC-Kwik footprint in upper memory can be controlled by
  66. limiting the amount of extended memory allocated to the cache.
  67. If your system has more than 8 Mbytes of RAM, you might want to
  68. use the Super PCKwik /S:xxxx switch to limit the cache buffer
  69. size. 
  70.  
  71. The Super PC-Kwik maximum cache buffer size is 16 Mbytes.
  72.  
  73. For information about running Super PC-Kwik with Windows, see
  74. "Running EMM386.SYS with Windows" on page 22 and Chapter 13 of
  75. the DR DOS 6.0 User Guide.
  76.  
  77. Using Super PC-Kwik with Networks
  78.  
  79. You can load Super PC-Kwik on a DOS-based network server (e.g.,
  80. Lantastic 4.0). However, advanced cache reads and writes should
  81. be disabled (use the Super PC-Kwik /H- and /D- switches.)
  82.  
  83. If you are using Novell NetWare, load Novell drivers before
  84. loading Super PC-Kwik to permit unloading the cache.  You can
  85. load the Novell drivers after, but you must then leave Super
  86. PC-Kwik in memory.
  87.  
  88. Super PC-Kwik will not cache remote network drives (i.e, across
  89. the network). However, local drives can be cached.
  90.  
  91. When used on a network, the DR DOS 6.0 operating system must
  92. reload COMMAND.COM after Super PC-Kwik loads. You must use the
  93. DR DOS SHELL and SET COMSPEC commands to point to the location
  94. of COMMAND.COM.  See Chapter 11 of the DR DOS 6.0 User Guide for
  95. a discussion of how to use the SHELL command, and Chapter 10 on
  96. how to use the SET command.
  97.  
  98. Do not use the DR DOS VERIFY=ON command when using a network as
  99. it will negate any gain from caching.
  100.  
  101. Also, when using Super PC-Kwik, the BUFFERS=4 command in the
  102. config.sys file is adequate, and the FASTOPEN command is
  103. generally not needed.
  104.  
  105. Generally, Super PC-Kwik should be loaded early in autoexec.bat.
  106.  TSRs loaded after Super PC-Kwik must be unloaded from memory
  107. before Super PC-Kwik can be unloaded with the /U parameter.
  108.  
  109. If you use Lotus 1-2-3 v3.1, note that it uses the Rational
  110. Systems DOS Extender. Use the DR DOS SET DOS16M=:384 command in
  111. the autoexec.bat file and use the Super PC-Kwik /R:400 switch.
  112.  
  113. Troubleshooting Super PC-Kwik
  114.  
  115. If, after eliminating the factors listed above, Super PC-Kwik
  116. still malfunctions, check the parameters used when loading Super
  117. PC-Kwik. Begin with the simplest settings, such as /H-, /T-, and
  118. /D-.
  119.  
  120. If you suspect an upper memory conflict, use the Super PC-Kwik
  121. /&U- switch to prevent parts of Super PC-Kwik from moving into
  122. upper memory.
  123.  
  124. If you are having problems reading a drive, try the Super
  125. PC-Kwik /I+, /X /I+, or /T- switches. Also, see "Upper Memory
  126. Conflicts" on page 17.
  127.  
  128. Floppy Drive Does Not Work
  129.  
  130. If you have installed Super PC-Kwik and have enabled the /D+
  131. switch, your disk controller must be 100% IBM compatible. Reset
  132. the /D+ switch to /D- (the /D# switch works on some controllers)
  133. to turn off PC-Kwik's advanced caching for the floppy drives
  134. (advanced caching for your hard drive remains in effect).
  135.